Move ImageHandler registration into image.py from XendDomainInfo.py. Move
authoremellor@ewan <emellor@ewan>
Sat, 24 Sep 2005 19:36:15 +0000 (20:36 +0100)
committeremellor@ewan <emellor@ewan>
Sat, 24 Sep 2005 19:36:15 +0000 (20:36 +0100)
commitde9520f69bdffaeda0627b06abfc7bd54ccf233e
tree420770a560e47adfd91b715cc7909006ef1ec44f
parent395b1e96a022cd367798be5971cd78f099e33f76
Move ImageHandler registration into image.py from XendDomainInfo.py.  Move
ImageHandler.create and findImageHandlerClass to the module level, and inline
addImageHandlerClass.  Move ImageHandler.kernel, ramdisk, cmdline, and flags,
which seem inadvertently to have been declared as class variables, and make
them instance variables instead.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py